home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C++
/
Applications
/
Mic-1 v1.0
/
Project and Source
/
Source
/
mic_global_functions.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-04-08
|
373 b
|
17 lines
|
[
TEXT/CWIE
]
#ifndef _GLOBAL_FUNCTIONS_
#define _GLOBAL_FUNCTIONS_
void Death (short resCode);
void Pause (void);
void Beep (void);
short Min (short x, short y);
short Max (short x, short y);
void Catenate (Str255 Str1, Str255 Str2);
void CopyString (StringPtr sourceStr, StringPtr destStr);
Boolean EqualStrings (Str255 Str1, Str255 Str2);
Boolean CheckForEscapeKey (void);
#endif